File tree Expand file tree Collapse file tree
rootfs/standard/var/www/mynode/static/js Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ function backup_data_folder_via_api(name, short_name) {
140140 $ . get ( '/api/backup_data_folder?short_name=' + short_name )
141141 . done ( function ( data ) {
142142 if ( data != "OK" ) {
143- alert ( "Error backupping app data: " + data )
143+ alert ( "Error backing up app data: " + data )
144144 }
145145 $ ( '#loading_spinner_overlay' ) . fadeOut ( ) ;
146146 }
@@ -165,7 +165,7 @@ function restore_data_folder_via_api(name, short_name) {
165165
166166function reset_data_folder_via_api ( name , short_name ) {
167167 if ( confirm ( "Are you sure you want to reset " + name + "? This will stop app, RESET ALL THE APP DATA and start app." ) ) {
168- $ ( '#loading_spinner_message' ) . html ( "Reseting app..." ) ;
168+ $ ( '#loading_spinner_message' ) . html ( "Resetting app..." ) ;
169169 $ ( '#loading_spinner_overlay' ) . fadeIn ( ) ;
170170 $ . get ( '/api/reset_data_folder?short_name=' + short_name )
171171 . done ( function ( data ) {
You can’t perform that action at this time.
0 commit comments