We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d237151 commit 318efc3Copy full SHA for 318efc3
src/controllers/SettingsController.php
@@ -185,7 +185,7 @@ public function actionSave(): ?Response
185
'userId' => Craft::$app->getUser()->getId(),
186
]);
187
188
- Craft::$app->getSession()->setNotice(Craft::t('slideshow-manager', 'Settings saved successfully'));
+ Craft::$app->getSession()->setNotice(Craft::t('slideshow-manager', 'Settings saved.'));
189
} else {
190
$this->logError('Database save failed');
191
Craft::$app->getSession()->setError(Craft::t('slideshow-manager', 'Could not save settings'));
0 commit comments