This commit is contained in:
Bnyro 2022-08-11 19:34:35 +02:00
parent 606644608b
commit 58ca23aec9
2 changed files with 7 additions and 3 deletions

View file

@ -313,8 +313,9 @@
</tr>
</tbody>
</table>
<hr />
<br />
<p v-text="`${$t('information.preferences_note')}`" />
<br />
</template>
<script>
@ -590,6 +591,6 @@ export default {
<style>
.pref {
@apply flex justify-between items-center mx-[15vw] my-1.5;
@apply flex justify-between items-center mx-[15vw] my-2;
}
</style>

View file

@ -136,5 +136,8 @@
},
"subscriptions": {
"subscribed_channels_count": "Subscribed to: {0}"
},
"information": {
"preferences_note": "Note: preferences are saved in the local storage of your browser. Deleting your browser data will reset them."
}
}