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