diff --git a/src/translation/en.json b/src/translation/en.json index e9692abf7..48c35c556 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -184,7 +184,8 @@ "invitationTooltip": "Invite User", "setGhostTooltip": "Impersonate", "mailmanagerTooltip": "This user can manage users and mailboxes", - "count": "Total users: {{ count }}" + "count": "Total users: {{ count }}", + "makeLocalTooltip": "Make user local" }, "groups": { "title": "Groups", @@ -376,6 +377,12 @@ "all": "All Users", "active": "Active Users", "inactive": "Inactive Users" + }, + "makeLocalDialog": { + "title": "Make this user local", + "description": "This will migrate the user from the external directory to the Cloudron.", + "warning": "A password reset will be initiated to set a local password for this user.", + "submitAction": "Make local" } }, "profile": { diff --git a/src/views/users.html b/src/views/users.html index a50d8b47a..5b237554a 100644 --- a/src/views/users.html +++ b/src/views/users.html @@ -39,15 +39,15 @@ @@ -681,7 +681,7 @@ - +