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 @@
Remove applied skin and revert back to the base colours
-