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

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