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

View File

@ -136,5 +136,8 @@
}, },
"subscriptions": { "subscriptions": {
"subscribed_channels_count": "Subscribed to: {0}" "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."
} }
} }