chore: update i18 for settings (#490)

This commit is contained in:
Zeng1998
2022-11-19 10:33:52 +08:00
committed by GitHub
parent a4a5e539ed
commit 1acf2f8b13
5 changed files with 36 additions and 9 deletions

View File

@ -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>
</>