Add translatable string action.register_on

This commit is contained in:
Vri 2023-01-20 15:45:22 +01:00
parent 6cc1ce797a
commit 119a90a667
No known key found for this signature in database
GPG key ID: D40098E5B60B2197
3 changed files with 6 additions and 4 deletions

View file

@ -426,12 +426,12 @@ onMounted(async () => {
<button @click="Login" class="textbox">{{ t('title.login') }}</button>
<p>
Don't have an account? register on
{{ t('action.register_on') }}
<a
href="https://piped.kavin.rocks/register"
target="_blank"
rel="noreferrer noopener"
>Piped</a
> Piped</a
>
</p>
</form>