mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update locale file structure (#1478)
This commit is contained in:
@ -139,7 +139,7 @@ const MemoList = () => {
|
||||
))}
|
||||
{isFetching ? (
|
||||
<div className="status-text-container fetching-tip">
|
||||
<p className="status-text">{t("memo-list.fetching-data")}</p>
|
||||
<p className="status-text">{t("memo.fetching-data")}</p>
|
||||
</div>
|
||||
) : (
|
||||
<div className="status-text-container">
|
||||
@ -153,7 +153,7 @@ const MemoList = () => {
|
||||
) : (
|
||||
<>
|
||||
<span className="cursor-pointer hover:text-green-600" onClick={handleFetchMoreClick}>
|
||||
{t("memo-list.fetch-more")}
|
||||
{t("memo.fetch-more")}
|
||||
</span>
|
||||
</>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user