i18n: better wording
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user