summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',