diff --git a/src/UwRoles/UwRoles.php b/src/UwRoles/UwRoles.php
index 74d07924ce586ad40335e677b7d9e1009a5c736e..d233e0ced9f0bb39aa7b751ff586dc31d6feafb1 100644
--- a/src/UwRoles/UwRoles.php
+++ b/src/UwRoles/UwRoles.php
@@ -40,8 +40,8 @@ class UwRoles {
     return [
       'uw_role_site_owner',
       'uw_role_site_manager',
-      'uw_role_content_author',
       'uw_role_content_editor',
+      'uw_role_content_author',
       'uw_role_form_editor',
       'uw_role_form_results_access',
       'uw_role_private_content_viewer',
@@ -98,12 +98,12 @@ class UwRoles {
       case 'uw_role_site_manager':
         return 'Site manager';
 
-      case 'uw_role_content_author':
-        return 'Content author';
-
       case 'uw_role_content_editor':
         return 'Content editor';
 
+      case 'uw_role_content_author':
+        return 'Content author';
+
       case 'uw_role_form_editor':
         return 'Form editor';