Skip to content

Commit

Permalink
本地化
Browse files Browse the repository at this point in the history
  • Loading branch information
zzlb0224 committed Aug 10, 2024
1 parent 5da9208 commit 77b74d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/PopupRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ export function PopupRoot({
{SortTypeArray.map((a) => (
<label>
<input type="radio" value={a} checked={sortType === a} onChange={handleInput("sortType", setSortType)} />
{getString("popupRoot-ConfigType-" + a)}
{getString("popupRoot-SortType-" + a)}
</label>
))}
</div>
Expand Down

0 comments on commit 77b74d2

Please sign in to comment.