forked from cybrespace/mastodon
fixes
This commit is contained in:
parent
39a545e9a2
commit
8856c046e4
|
@ -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",
|
||||
|
|
|
@ -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}",
|
||||
|
|
|
@ -329,6 +329,10 @@ $gold-star: #dd9d08;
|
|||
}
|
||||
}
|
||||
|
||||
.character-counter {
|
||||
color:$white;
|
||||
}
|
||||
|
||||
button.icon-button {
|
||||
&.disabled {
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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…
Reference in New Issue