File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ $(document).ready(function () {
229229 location . reload ( ) ;
230230 } ,
231231 fail : function ( ) {
232- OC . Notification . showTemporary ( t ( 'settings' , 'An error occured while changing your language. Please reload the page and try again.' ) ) ;
232+ OC . Notification . showTemporary ( t ( 'settings' , 'An error occurred while changing your language. Please reload the page and try again.' ) ) ;
233233 }
234234 } ) ;
235235 } ;
@@ -255,7 +255,7 @@ $(document).ready(function () {
255255 moment . locale ( selectedLocale ) ;
256256 } ,
257257 fail : function ( ) {
258- OC . Notification . showTemporary ( t ( 'settings' , 'An error occured while changing your locale. Please reload the page and try again.' ) ) ;
258+ OC . Notification . showTemporary ( t ( 'settings' , 'An error occurred while changing your locale. Please reload the page and try again.' ) ) ;
259259 }
260260 } ) ;
261261 } ;
You can’t perform that action at this time.
0 commit comments