fix: Add the translation for Sign in with Microsoft button (#9567)

The sign in button for Microsoft inbox was not translated, this PR fixes it
This commit is contained in:
Shivam Mishra
2024-05-31 21:31:50 +05:30
committed by GitHub
parent b474929f5e
commit ae35b47ae3
2 changed files with 3 additions and 2 deletions

View File

@@ -366,6 +366,7 @@
"TITLE": "Microsoft Email", "TITLE": "Microsoft Email",
"DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.", "DESCRIPTION": "Click on the Sign in with Microsoft button to get started. You will redirected to the email sign in page. Once you accept the requested permissions, you would be redirected back to the inbox creation step.",
"EMAIL_PLACEHOLDER": "Enter email address", "EMAIL_PLACEHOLDER": "Enter email address",
"SIGN_IN": "Sign in with Microsoft",
"HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ", "HELP": "To add your Microsoft account as a channel, you need to authenticate your Microsoft account by clicking on 'Sign in with Microsoft' ",
"ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again" "ERROR_MESSAGE": "There was an error connecting to Microsoft, please try again"
} }
@@ -738,4 +739,4 @@
"OTHER_PROVIDERS": "Other Providers" "OTHER_PROVIDERS": "Other Providers"
} }
} }
} }

View File

@@ -18,8 +18,8 @@
/> />
<woot-submit-button <woot-submit-button
icon="brand-twitter" icon="brand-twitter"
button-text="Sign in with Microsoft"
type="submit" type="submit"
:button-text="$t('INBOX_MGMT.ADD.MICROSOFT.SIGN_IN')"
:loading="isRequestingAuthorization" :loading="isRequestingAuthorization"
/> />
</form> </form>