diff --git a/public/src/admin/appearance/themes.js b/public/src/admin/appearance/themes.js index 6598e7fe4b..c5fbcaa966 100644 --- a/public/src/admin/appearance/themes.js +++ b/public/src/admin/appearance/themes.js @@ -40,7 +40,7 @@ define('admin/appearance/themes', function() { }); $('#revert_theme').on('click', function() { - bootbox.confirm('Are you sure you wish to remove the custom theme and restore the NodeBB default theme?', function(confirm) { + bootbox.confirm('Are you sure you wish to restore the default NodeBB theme?', function(confirm) { if (confirm) { socket.emit('admin.themes.set', { type: 'local', diff --git a/src/views/admin/appearance/skins.tpl b/src/views/admin/appearance/skins.tpl index fad2a8d7a2..fe50dead11 100644 --- a/src/views/admin/appearance/skins.tpl +++ b/src/views/admin/appearance/skins.tpl @@ -2,15 +2,11 @@
Loading Themes
- -
-
-
Revert to Default
-
-

This will remove any custom Bootswatch skin applied to your NodeBB, and restore the base theme.

- -
+
+
diff --git a/src/views/admin/appearance/themes.tpl b/src/views/admin/appearance/themes.tpl index d1a135ef35..e67c6a2755 100644 --- a/src/views/admin/appearance/themes.tpl +++ b/src/views/admin/appearance/themes.tpl @@ -2,4 +2,8 @@
Checking for installed themes...
-
\ No newline at end of file + + + \ No newline at end of file diff --git a/src/views/admin/partials/theme_list.tpl b/src/views/admin/partials/theme_list.tpl index 930141f806..ebc25cc21b 100644 --- a/src/views/admin/partials/theme_list.tpl +++ b/src/views/admin/partials/theme_list.tpl @@ -22,14 +22,4 @@ - - - -
  • -
    - -
    -

    No Skin

    -

    Remove applied skin and revert back to the base colours

    -
  • - \ No newline at end of file + \ No newline at end of file