Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Capitalize Olm
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBrandner authored Jun 22, 2021
1 parent b3166cf commit 8c1a1ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class HelpUserSettingsTab extends React.Component<IProps, IState>

return {
appVersion: `${_t("%(brand)s version:", { brand })} ${appVersion}`,
olmVersion: `${_t("olm version:")} ${olmVersion}`,
olmVersion: `${_t("Olm version:")} ${olmVersion}`,
};
}

Expand Down

0 comments on commit 8c1a1ba

Please sign in to comment.