update subscription page

This commit is contained in:
ChunkyProgrammer 2021-09-05 08:16:31 -04:00
parent d65d0b2fae
commit 8a21477bc6
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<template>
<h1 class="uk-text-bold uk-text-center">Subscriptions</h1>
<h1 class="uk-text-bold uk-text-center">{{ $t("titles.subscriptions") }}</h1>
<div style="text-align: center">
@ -10,7 +10,7 @@
type="button"
>
<router-link to="/import">
Import from JSON
{{ $t("actions.import_from_json") }}
</router-link>
</button>

View file

@ -5,7 +5,8 @@
"register": "Register",
"feed": "Feed",
"preferences": "Preferences",
"history": "History"
"history": "History",
"subscriptions": "Subscriptions"
},
"player": {
"watch_on": "Watch on"
@ -50,6 +51,7 @@
"yes": "Yes",
"no": "No",
"export_to_json": "Export to JSON",
"import_from_json": "Import from JSON",
"loop_this_video": "Loop this Video",
"auto_play_next_video": "Auto Play next Video",
"donations": "Donations",