diff options
author | Simon L <szaimen@e.mail.de> | 2023-01-10 14:57:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 14:57:23 +0100 |
commit | 65fd24d5aeb35023c16a16ff263418be4d76c4ba (patch) | |
tree | 8e60e29a4b5efad71df27c361349f57de6f69525 /apps | |
parent | 10cca65ba6f9185dbe199509fafbcb14bc565324 (diff) | |
parent | 17e5d0b985f96e5ea8ccbffbb2421e31631f5b01 (diff) | |
download | nextcloud-server-65fd24d5aeb35023c16a16ff263418be4d76c4ba.tar.gz nextcloud-server-65fd24d5aeb35023c16a16ff263418be4d76c4ba.zip |
Merge pull request #36063 from nextcloud/rakekniven-patch-1
l10n: Fixed typo
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/src/utils/GeneratePassword.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/utils/GeneratePassword.js b/apps/files_sharing/src/utils/GeneratePassword.js index c383e96fdfa..6da6076b937 100644 --- a/apps/files_sharing/src/utils/GeneratePassword.js +++ b/apps/files_sharing/src/utils/GeneratePassword.js @@ -45,7 +45,7 @@ export default async function() { } } catch (error) { console.info('Error generating password from password_policy', error) - showError(t('files_sharing', 'Error generating password from password_policy')) + showError(t('files_sharing', 'Error generating password from password policy')) } } |