summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-08-31 10:37:18 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-08-31 11:13:37 +0200
commita41abf808f02e337a59ad7acdeed02a9465c6590 (patch)
tree25ebee0bcfc03c745d7c899743063c62109975fb
parent17f05b4c066654f9848917d1da66bb0aaed3ce44 (diff)
l10n: Correct a typo
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
-rw-r--r--src/components/AdminSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue
index 4e129caf6..e33c40cf3 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -76,7 +76,7 @@ function debounce(func, wait) {
}
}
-const successMessage = debounce(() => showSuccess(t('news', 'Successfuly updated news configuration')), 500)
+const successMessage = debounce(() => showSuccess(t('news', 'Successfully updated news configuration')), 500)
export default {
name: 'AdminSettings',