mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
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:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user