Feature 3976/fix label (#3992)
* changing username label placeholder to Apple ID text in apple calendar setup * reset yarn.lock * remove translate function for apple id label, not necessary Co-authored-by: alannnc <alannnc@gmail.com>pull/3844/head
parent
02ac593ebf
commit
d1c5268ef0
|
@ -70,8 +70,8 @@ export default function AppleCalendarSetup() {
|
|||
required
|
||||
type="text"
|
||||
{...form.register("username")}
|
||||
label={t("username")}
|
||||
placeholder="rickroll"
|
||||
label="Apple ID"
|
||||
placeholder="appleid@domain.com"
|
||||
/>
|
||||
<TextField
|
||||
required
|
||||
|
|
Loading…
Reference in New Issue