Fixes T9655.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T9655: Incorrect translation for differential revisions
- Commits
- Restricted Diffusion Commit
rPaf7b16248e19: Fix a translation
I haven't tested this... it seems simple enough.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php | ||
---|---|---|
818–823 | This is really the problem -- missing an extra array() since the first %s is not variant. |
src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php | ||
---|---|---|
818–823 | What do you mean "the problem"? The unit tests are passing now? |
Comment Actions
You observed an incorrect translation in email subject lines, and fixed an incorrect translation in Doorkeeper (task names in Jira/Asana). This change won't affect email and won't fix T9655. The translation on line 818 is the one to fix to fix email.