Removed .title suffix on translations

This commit is contained in:
squidfunk
2022-11-12 13:56:18 +01:00
parent 5aebaaa71f
commit 37250f1beb
143 changed files with 1216 additions and 1216 deletions

View File

@@ -68,7 +68,7 @@ export type Translation =
| "search.result.more.one" /* 1 more on this page */
| "search.result.more.other" /* # more on this page */
| "search.result.term.missing" /* Missing */
| "select.version.title" /* Version selector */
| "select.version" /* Version selector */
/**
* Translations

View File

@@ -80,7 +80,7 @@ export function renderVersionSelector(
<div class="md-version">
<button
class="md-version__current"
aria-label={translation("select.version.title")}
aria-label={translation("select.version")}
>
{active.title}
</button>