]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/UserPreferencesController.php
Added tests to cover shortcut endpoints
[bookstack] / app / Http / Controllers / UserPreferencesController.php
index c4718681a8745a696e2e34ba4280db5822a15230..c42be04845b304b8f3e97bd094929682da860ebd 100644 (file)
@@ -41,7 +41,7 @@ class UserPreferencesController extends Controller
         setting()->putUser(user(), 'ui-shortcuts', $shortcuts->toJson());
         setting()->putUser(user(), 'ui-shortcuts-enabled', $enabled);
 
-        $this->showSuccessNotification('Shortcuts preferences have been updated!');
+        $this->showSuccessNotification('Shortcut preferences have been updated!');
 
         return redirect('/preferences/shortcuts');
     }