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>
This commit is contained in:
Edgar Allan Glez 2022-08-26 16:49:38 -06:00 committed by GitHub
parent 02ac593ebf
commit d1c5268ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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