Forráskód Böngészése

Fix quicklaunch strings name

Michael Shamoon 2 éve
szülő
commit
741a3d6225
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      public/locales/en/common.json
  2. 1 1
      src/components/quicklaunch.jsx

+ 1 - 1
public/locales/en/common.json

@@ -223,7 +223,7 @@
         "mem": "MEM",
         "wait": "Please wait"
     },
-    "homepagesearch": {
+    "quicklaunch": {
         "bookmark": "Bookmark",
         "service": "Service"
     },

+ 1 - 1
src/components/quicklaunch.jsx

@@ -143,7 +143,7 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear
                         }
                       </div>
                     </div>
-                    <div className="text-xs text-theme-600 font-bold pointer-events-none">{r.abbr ? t("homepagesearch.bookmark") : t("homepagesearch.service")}</div>
+                    <div className="text-xs text-theme-600 font-bold pointer-events-none">{r.abbr ? t("quicklaunch.bookmark") : t("quicklaunch.service")}</div>
                   </button>
                 </li>
               ))}