Skip to content

Commit

Permalink
fix(credits): adjust wording of legal text
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzuk committed Dec 17, 2024
1 parent 1a1d2f5 commit c6ad58f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default class HelpUserSettingsTab extends React.Component<IProps, IState>
{
logo: (sub) => (
<ExternalLink
href="https://github.com/elecordapp/elecord-web/tree/master/res/vector-icons"
href="https://github.com/elecordapp/elecord-web/blob/master/res/vector-icons/1240x600.png"
rel="noreferrer noopener"
target="_blank"
>
Expand Down
10 changes: 5 additions & 5 deletions src/i18n/strings/en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -726,11 +726,11 @@
"subspace_join_rule_restricted_description": "Anyone in <SpaceName/> will be able to find and join."
},
"credits": {
"elecord_web": "The <elecord>elecord-web app</elecord> is © <author1>hazzuk</author1> provided under the terms of the underlying <element>element-web</element> source code by <author2>Element</author2>, licensed <terms1>AGPLv3</terms1> or <terms2>GPLv3</terms2>.",
"elecord_logo": "The <logo>elecord logo</logo> is © <author>hazzuk</author> used under the terms of the <terms>elecord logo license</terms>.",
"default_cover_photo": "The default cover photo by <author>Felix Mittermeier</author> on <unsplash>Unsplash</unsplash>.",
"twemoji": "The <twemoji>Twemoji</twemoji> emoji art is © <author>Twitter, Inc and other contributors</author> used under the terms of <terms>CC-BY 4.0</terms>.",
"twemoji_colr": "The <colr>twemoji-colr</colr> font is © <author>Mozilla Foundation</author> used under the terms of <terms>Apache 2.0</terms>."
"elecord_web": "The <elecord>elecord-web</elecord> app is © <author1>hazzuk</author1> and provided under the terms of the underlying <element>element-web</element> project source code by <author2>Element</author2>. Licensed under <terms1>AGPLv3</terms1> or <terms2>GPLv3</terms2>.",
"elecord_logo": "The <logo>elecord logo</logo> and it's derivatives are © <author>hazzuk</author> used under the terms of the elecord <terms>logo license</terms>.",
"default_cover_photo": "The default cover photo is by <author>Felix Mittermeier</author> on <unsplash>Unsplash</unsplash>.",
"twemoji": "The <twemoji>Twemoji</twemoji> emoji art is © <author>Twitter, Inc and other contributors</author> used under the terms of the <terms>CC-BY 4.0</terms> license.",
"twemoji_colr": "The <colr>twemoji-colr</colr> font is © <author>Mozilla Foundation</author> used under the terms of the <terms>Apache 2.0</terms> license."
},
"desktop_default_device_name": "%(brand)s Desktop: %(platformName)s",
"devtools": {
Expand Down

0 comments on commit c6ad58f

Please sign in to comment.