diff options
-rw-r--r-- | data/assets/js/admin/tabs/themes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/assets/js/admin/tabs/themes.js b/data/assets/js/admin/tabs/themes.js index 26170b0..45e0b97 100644 --- a/data/assets/js/admin/tabs/themes.js +++ b/data/assets/js/admin/tabs/themes.js @@ -6,7 +6,7 @@ jQuery(function($) { "<a ", "href='#' ", "class='list-group-item' ", - "title='View details for \"%{theme_name|h}\".' ", + "title='View details for theme \"%{theme_name|h}\".' ", "data-theme_id='%{theme_id|h}' ", "data-q='%{q|h}' ", ">", |