File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rootfs/standard/var/www/mynode/static/js Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ function backup_data_folder_via_api(name, short_name) {
140
140
$ . get ( '/api/backup_data_folder?short_name=' + short_name )
141
141
. done ( function ( data ) {
142
142
if ( data != "OK" ) {
143
- alert ( "Error backupping app data: " + data )
143
+ alert ( "Error backing up app data: " + data )
144
144
}
145
145
$ ( '#loading_spinner_overlay' ) . fadeOut ( ) ;
146
146
}
@@ -165,7 +165,7 @@ function restore_data_folder_via_api(name, short_name) {
165
165
166
166
function reset_data_folder_via_api ( name , short_name ) {
167
167
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..." ) ;
169
169
$ ( '#loading_spinner_overlay' ) . fadeIn ( ) ;
170
170
$ . get ( '/api/reset_data_folder?short_name=' + short_name )
171
171
. done ( function ( data ) {
You can’t perform that action at this time.
0 commit comments