Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing source strings and inconsistent lead text style in admin UI #16052

Merged
merged 1 commit into from
Apr 17, 2021

Conversation

Gargron
Copy link
Member

@Gargron Gargron commented Apr 17, 2021

No description provided.

@Gargron Gargron merged commit 480d7c9 into main Apr 17, 2021
@Gargron Gargron deleted the fix-missing-i18n-wrong-styles branch April 17, 2021 09:12
Comment on lines 93 to 94
fa_icon('lock', title: I18n.t('statuses.visibilities.private'))
elsif status.direct_visibility?
fa_icon('envelope', title: I18n.t('statuses.visibilities.direct'))
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change…?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, maybe a mistake. I thought we didn't render direct statuses in the public view. For some reason we don't have statuses.visibilities.direct in our strings.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, I had missed the translation was missing :/

The proper fix should probably to add that translation string and add back the icon, even if people do not commonly access DMs through this interface, it would be reassuring to them to see a clear indication that they are indeed DMs

ClearlyClaire added a commit to ClearlyClaire/mastodon that referenced this pull request Apr 21, 2021
Gargron pushed a commit that referenced this pull request Apr 21, 2021
chrisguida pushed a commit to Start9Labs/mastodon that referenced this pull request Feb 26, 2022
chrisguida pushed a commit to Start9Labs/mastodon that referenced this pull request Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants