mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 17:03:49 +00:00
Move all static texts to locale file (#989)
* Move all static texts to locale file * Fix message Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
:href="docsUrl"
|
||||
target="_blank"
|
||||
class="hover:bg-lime-700 dark:hover:bg-gray-600 px-4 py-1 rounded-md hidden md:flex"
|
||||
>Docs</a
|
||||
>{{ $t('docs') }}</a
|
||||
>
|
||||
<IconButton
|
||||
:icon="darkMode ? 'dark' : 'light'"
|
||||
|
Reference in New Issue
Block a user