Skip to content

Commit

Permalink
kmyblue capabilities to server
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchbirdnew committed Aug 17, 2024
1 parent a76c8ff commit a473796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/features/about/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const messages = defineMessages({
emojiReaction: { id: 'status.emoji_reaction', defaultMessage: 'Emoji reaction' },
enabled: { id: 'about.enabled', defaultMessage: 'Enabled' },
disabled: { id: 'about.disabled', defaultMessage: 'Disabled' },
capabilities: { id: 'about.kmyblue_capabilities', defaultMessage: 'kmyblue capabilities' },
capabilities: { id: 'about.kmyblue_capabilities', defaultMessage: 'Server capabilities' },
});

const severityMessages = {
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/mastodon/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"about.domain_blocks.suspended.title": "Suspended",
"about.enabled": "Enabled",
"about.full_text_search": "Full text search",
"about.kmyblue_capabilities": "kmyblue capabilities",
"about.kmyblue_capabilities": "Server capabilities",
"about.kmyblue_capability": "This server is using kmyblue, a fork of Mastodon. On this server, kmyblues unique features are configured as follows.",
"about.not_available": "This information has not been made available on this server.",
"about.powered_by": "Decentralized social media powered by {mastodon}",
Expand Down

0 comments on commit a473796

Please sign in to comment.