mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
add note
This commit is contained in:
parent
606644608b
commit
58ca23aec9
2 changed files with 7 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue