-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Power-Ups - Third Party
-
None
-
1
-
Minor
Issue Summary
Hyperlinks to generate a token at https://trello.com/power-ups/admin don't render correctly on the French version of the page, but work as expected on the English version.
Steps to Reproduce
- Set your account language to French at https://id.atlassian.com/manage-profile/account-preferences
- Navigate to https://trello.com/power-ups/admin
- Go to any of the existing Power-Ups > API Key tab
Expected Results
You can generate a token via the Token hyperlink.
HTML element:
<div class="md2qYpZfeWQ3EX">Most developers will need to ask each user to <a href="https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/">authorize</a> your application. If you are looking to build an application for yourself, or are doing local testing, you can manually generate a <a href="/1/authorize?expiration=never&scope=read,write,account&response_type=token&key=123XYZ" target="_blank">Token</a>.</div>
Actual Results
The link is missing.
<div class="md2qYpZfeWQ3EX">La plupart des développeurs devront demander à chaque utilisateur d<link1>autoriser</link1> votre application. Si vous souhaitez créer une application pour vous ou si vous effectuez un test local, vous pouvez générer manuellement un <link2>jeton</link2>.</div>
Workaround
Temporarily change the account language at https://id.atlassian.com/manage-profile/account-preferences to another one, for example, English, to generate the token.