mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update i18 for settings (#490)
This commit is contained in:
@ -66,7 +66,7 @@ const SettingDialog: React.FC<Props> = (props: Props) => {
|
||||
onClick={() => handleSectionSelectorItemClick("system")}
|
||||
className={`section-item ${state.selectedSection === "system" ? "selected" : ""}`}
|
||||
>
|
||||
<span className="icon-text">🧑🔧</span> System
|
||||
<span className="icon-text">🧑🔧</span> {t("setting.system")}
|
||||
</span>
|
||||
</div>
|
||||
</>
|
||||
|
Reference in New Issue
Block a user