diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2023-01-10 10:39:35 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-01-10 11:00:02 +0000 |
commit | 17e5d0b985f96e5ea8ccbffbb2421e31631f5b01 (patch) | |
tree | 58ae969c940a5e7d9b1e69475ee944729bd99fe3 /apps | |
parent | 95520bc46790d4cdf498428a912657ef6a23bfa0 (diff) | |
download | nextcloud-server-17e5d0b985f96e5ea8ccbffbb2421e31631f5b01.tar.gz nextcloud-server-17e5d0b985f96e5ea8ccbffbb2421e31631f5b01.zip |
l10n: Fixed typo
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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')) } } |