Browse Source

fixes

cybrespace-3.3
kɜ:ʳ cybredragon 2 years ago
parent
commit
8856c046e4
  1. 2
      app/javascript/mastodon/locales/en-CY.json
  2. 2
      app/javascript/mastodon/locales/en.json
  3. 4
      app/javascript/styles/cybre-light.scss
  4. 2
      app/views/settings/profiles/show.html.haml
  5. 5
      config/locales/en-CY.yml

2
app/javascript/mastodon/locales/en-CY.json

@ -112,7 +112,7 @@ @@ -112,7 +112,7 @@
"getting_started.appsshort": "Apps",
"getting_started.faq": "FAQ",
"getting_started.heading": "Getting started",
"getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
"getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on cybre.tech at {github}.",
"getting_started.userguide": "User Guide",
"home.column_settings.advanced": "Advanced",
"home.column_settings.basic": "Basic",

2
app/javascript/mastodon/locales/en.json

@ -183,7 +183,7 @@ @@ -183,7 +183,7 @@
"getting_started.documentation": "Documentation",
"getting_started.heading": "Getting started",
"getting_started.invite": "Invite people",
"getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
"getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on cybre.tech at {github}.",
"getting_started.security": "Account settings",
"getting_started.terms": "Terms of service",
"hashtag.column_header.tag_mode.all": "and {additional}",

4
app/javascript/styles/cybre-light.scss

@ -329,6 +329,10 @@ $gold-star: #dd9d08; @@ -329,6 +329,10 @@ $gold-star: #dd9d08;
}
}
.character-counter {
color:$white;
}
button.icon-button {
&.disabled {
}

2
app/views/settings/profiles/show.html.haml

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
.fields-row
.fields-row__column.fields-group.fields-row__column-6
= f.input :display_name, wrapper: :with_label, input_html: { maxlength: 30, data: { default: @account.username } }, hint: false
= f.input :note, wrapper: :with_label, input_html: { maxlength: 500 }, hint: false
= f.input :note, wrapper: :with_label, input_html: { maxlength: 1024 }, hint: false
.fields-row
.fields-row__column.fields-row__column-6

5
config/locales/en-CY.yml

@ -42,7 +42,10 @@ en-CY: @@ -42,7 +42,10 @@ en-CY:
nothing_here: There is nothing here!
people_followed_by: People whom %{name} follows
people_who_follow: People who follow %{name}
posts: Pings
posts:
one: Ping
other: Pings
posts_tab_heading: Pings
posts_with_replies: Pings with replies
remote_follow: Remote follow
reserved_username: The username is reserved

Loading…
Cancel
Save