diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2024-10-19 11:41:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-19 11:41:06 +0200 |
commit | d852d6e723a89f144ad4e7d18bc03dc3486fd2dc (patch) | |
tree | c7a6497cdd3e0fca58d1845ccee242058a9c4dcb /apps | |
parent | 85046e7e9dc415722c53d11defdefb243d165797 (diff) | |
download | nextcloud-server-d852d6e723a89f144ad4e7d18bc03dc3486fd2dc.tar.gz nextcloud-server-d852d6e723a89f144ad4e7d18bc03dc3486fd2dc.zip |
chore(i18n): Improved grammar
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/src/mixins/SharesMixin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/mixins/SharesMixin.js b/apps/files_sharing/src/mixins/SharesMixin.js index 8b467a4e0bc..4b51e4a97fb 100644 --- a/apps/files_sharing/src/mixins/SharesMixin.js +++ b/apps/files_sharing/src/mixins/SharesMixin.js @@ -338,7 +338,7 @@ export default { switch (names[0]) { case 'expireDate': - return t('files_sharing', 'Share expire date saved') + return t('files_sharing', 'Share expiry date saved') case 'hideDownload': return t('files_sharing', 'Share hide-download state saved') case 'label': |