diff options
-rw-r--r-- | data/assets/js/admin/tabs/posts.js | 4 | ||||
-rw-r--r-- | src/views/admin/page.ecr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/assets/js/admin/tabs/posts.js b/data/assets/js/admin/tabs/posts.js index 96d3a3c..a1e73c9 100644 --- a/data/assets/js/admin/tabs/posts.js +++ b/data/assets/js/admin/tabs/posts.js @@ -7,7 +7,7 @@ jQuery(function($) { "data-post_id='%{post_id|h}' ", "data-post_type='%{post_type|h}' ", "class='%{css|h}' ", - "title='View item #%{post_id|h}.' ", + "title='Edit post \"%{name|h}\".' ", ">", "<td>", "<i ", @@ -64,7 +64,7 @@ jQuery(function($) { "<a ", "href='%{post_url|h}' ", "class='link' ", - "title='View link \"%{post_url|h}\".' ", + "title='View \"%{post_url|h}\" in a new tab.' ", ">", "%{post_url|h}", "</a>", diff --git a/src/views/admin/page.ecr b/src/views/admin/page.ecr index cd4c09e..c9c8a24 100644 --- a/src/views/admin/page.ecr +++ b/src/views/admin/page.ecr @@ -235,7 +235,7 @@ <th> </th> <th>Name</th> <th>Site</th> - <th>URL / Slug</th> + <th>Slug</th> <th>Author</th> <th>Created</th> <th>Posted</th> |