Add translatable string action.register_on

This commit is contained in:
Vri 2023-01-20 15:45:22 +01:00 committed by Shiny Nematoda
parent ba236ae216
commit 3e725e004f
3 changed files with 6 additions and 4 deletions

View file

@ -476,12 +476,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.video/register"
target="_blank"
rel="noreferrer noopener"
>Piped</a
> Piped</a
>
</p>
</form>