Skip to content

Commit

Permalink
Make label of tracker name use the translation function (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX authored Nov 3, 2024
1 parent 662ac1f commit fa096d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/src/components/tracker/TrackerSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ export function TrackerSettingsPage() {
control={control}
autocomplete="off"
rules={undefined}
label="tracker-settings-name_section-label"
label={l10n.getString('tracker-settings-name_section-label')}
></Input>
</div>
{macAddress && (
Expand All @@ -456,7 +456,7 @@ export function TrackerSettingsPage() {
</Typography>
<Button
variant="secondary"
className="!bg-status-critical self-start"
className="!bg-status-critical self-start"
onClick={() => {
sendRPCPacket(
RpcMessage.ForgetDeviceRequest,
Expand Down

0 comments on commit fa096d6

Please sign in to comment.