mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
add note
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user