Skip to content

Commit

Permalink
Remove extra point before iOS or Android version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnplb committed Jun 18, 2024
1 parent da98e94 commit a0eb38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/features/zendesk/screens/ZendeskAskPermissions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const ZendeskAskPermissions = () => {
label: I18n.t("support.askPermissions.deviceAndOS"),
value: `${getModel()} · ${
isIos ? "iOS" : "Android"
} · ${getSystemVersion()}`,
} ${getSystemVersion()}`,
zendeskID: zendeskDeviceAndOSId,
testID: "deviceAndOS"
},
Expand Down

0 comments on commit a0eb38a

Please sign in to comment.