i18n: better wording

This commit is contained in:
Julien Calixte
2026-02-14 20:22:11 +01:00
parent eadd20f01c
commit dee80bfbb6
2 changed files with 2 additions and 3 deletions

View File

@@ -8,9 +8,8 @@
<repo-list />
<p>
Remanso notes are now
<router-link :to="{ name: 'PublicNoteListView' }" class="btn"
>public</router-link
>Public notes</router-link
>
</p>

View File

@@ -27,7 +27,7 @@ const getAlias = (did: string) =>
<template>
<main class="public-note-list-view">
<h1>Lite public notes</h1>
<h1>Remanso notes</h1>
<div v-if="isLoading"></div>
<div v-else>
<ul class="list rounded-box shadow-sm">