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 /> <repo-list />
<p> <p>
Remanso notes are now
<router-link :to="{ name: 'PublicNoteListView' }" class="btn" <router-link :to="{ name: 'PublicNoteListView' }" class="btn"
>public</router-link >Public notes</router-link
> >
</p> </p>

View File

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