Skip to content

Commit 318efc3

Browse files
committed
fix: update success message for settings save confirmation
1 parent d237151 commit 318efc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/SettingsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public function actionSave(): ?Response
185185
'userId' => Craft::$app->getUser()->getId(),
186186
]);
187187

188-
Craft::$app->getSession()->setNotice(Craft::t('slideshow-manager', 'Settings saved successfully'));
188+
Craft::$app->getSession()->setNotice(Craft::t('slideshow-manager', 'Settings saved.'));
189189
} else {
190190
$this->logError('Database save failed');
191191
Craft::$app->getSession()->setError(Craft::t('slideshow-manager', 'Could not save settings'));

0 commit comments

Comments
 (0)