mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: update i18n (#790)
* feat: tag type i18n * feat: custom server dialog i18n * feat: i18n resources name * feat: i18n toast * fix: eslint * eslint: fix * fix: eslint * fix: eslint
This commit is contained in:
@ -99,7 +99,7 @@ const ResourcesSelectorDialog: React.FC<Props> = (props: Props) => {
|
||||
<div className="resource-table-container">
|
||||
<div className="fields-container">
|
||||
<span className="field-text id-text">ID</span>
|
||||
<span className="field-text name-text">NAME</span>
|
||||
<span className="field-text name-text">{t("resources.name")}</span>
|
||||
<span></span>
|
||||
</div>
|
||||
{resources.length === 0 ? (
|
||||
|
Reference in New Issue
Block a user