From ddbd5fc2de1d49b1ae5873a70d8a1ef199d29ec0 Mon Sep 17 00:00:00 2001 From: Daniel Duggin <46377670+danielduggin2@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:42:38 -0500 Subject: [PATCH] Issue 73 and 74 --- includes/functions-html.php | 2 +- index.php | 2 +- user/plugins/sleeky-backend/assets/js/theme.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/functions-html.php b/includes/functions-html.php index d633e70..39336c3 100644 --- a/includes/functions-html.php +++ b/includes/functions-html.php @@ -805,7 +805,7 @@ function yourls_html_menu() { $admin_links['admin'] = array( 'url' => yourls_admin_url( 'index.php' ), 'title' => yourls__( 'Go to the admin interface' ), - 'anchor' => yourls__( 'Admin interface' ) + 'anchor' => yourls__( 'Manage Links' ) ); if( yourls_is_admin() ) { diff --git a/index.php b/index.php index 17eb161..b4afe61 100644 --- a/index.php +++ b/index.php @@ -121,7 +121,7 @@ function shorten() {