Skip to content

Commit

Permalink
fix(admin): remove refs to postman, singpass
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Jul 24, 2024
1 parent 108873e commit 879a55e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const CampaignSignUpLink = () => {
toastSuccessWithoutTitle({
primaryText: 'Campaign link copied! ',
secondaryText:
'Send this link to eligible applicants for them to claim their vouchers via Singpass.',
'Send this link to eligible applicants for them to claim their vouchers.',
}),
})

Expand Down
4 changes: 0 additions & 4 deletions packages/admin/src/routes/Merchants/constants/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ export const TEMPLATE_CATEGORY =
'e.g. redeemsg_general_vouchers, preferably following snake_case'
export const TEMPLATE_EXTRA_QR_PREFIX =
'e.g. cfhp, which will then be appended to voucher ids then it becomes rsg-cfhp:v_123 etc'
export const TEMPLATE_POSTMAN_CAMPAIGN_ID =
'e.g. campaign_31b4f52f-66aa-474c-ad85-555024a408fd OR null'
export const TEMPLATE_SINGPASS_ESERVICE_ID =
'e.g. {{env}}-{{UUID}}-LOGIN-{{agencyName}}'
2 changes: 1 addition & 1 deletion packages/voucher/src/locales/en/helpEN.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"title": "More info"
},
"tips": {
"access": "To access your vouchers, tap the voucher link sent to you by SMS. You don't need to log in with Singpass again.",
"access": "To access your vouchers, tap the voucher link sent to you by SMS.",
"share": "To share your vouchers, copy your voucher link and send it to family members or trusted kin.",
"title": "Voucher Tips"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/voucher/src/locales/ms/helpMS.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"title": "Maklumat lanjut"
},
"tips": {
"access": "Untuk mengakses baucar anda, ketik pautan baucar yang dihantar kepada anda melalui SMS. Anda tidak perlu log masuk dengan Singpass lagi.",
"access": "Untuk mengakses baucar anda, ketik pautan baucar yang dihantar kepada anda melalui SMS.",
"share": "Untuk kongsi baucar anda, salin pautan baucar anda dan hantar kepada anggota keluarga atau saudara-mara yang dipercayai.",
"title": "Tip-tip baucar"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/voucher/src/locales/zh/helpZH.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"title": "更多信息"
},
"tips": {
"access": "要使用您的购物券,请点击通过手机短信发送给您的购物券链接。您无需再次使用Singpass登录。",
"access": "要使用您的购物券,请点击通过手机短信发送给您的购物券链接。",
"share": "要分享您的购物券,请复制您的购物券链接,并将链接发送给家庭成员或您信赖的亲人。",
"title": "使用购物券贴士"
}
Expand Down

0 comments on commit 879a55e

Please sign in to comment.