String change and source code location
This commit is contained in:
parent
4eacf6c75f
commit
164111f90c
@ -142,8 +142,8 @@
|
||||
"compose_form.poll.remove_option": "Remove this choice",
|
||||
"compose_form.poll.switch_to_multiple": "Change poll to allow multiple choices",
|
||||
"compose_form.poll.switch_to_single": "Change poll to allow for a single choice",
|
||||
"compose_form.publish": "Publish",
|
||||
"compose_form.publish_form": "Publish",
|
||||
"compose_form.publish": "Toot",
|
||||
"compose_form.publish_form": "Toot",
|
||||
"compose_form.publish_loud": "{publish}!",
|
||||
"compose_form.save_changes": "Save changes",
|
||||
"compose_form.sensitive.hide": "{count, plural, one {Mark media as sensitive} other {Mark media as sensitive}}",
|
||||
|
@ -21,7 +21,7 @@ module Mastodon
|
||||
end
|
||||
|
||||
def suffix
|
||||
'+glitch'
|
||||
'+YRYRa'
|
||||
end
|
||||
|
||||
def to_a
|
||||
@ -33,7 +33,7 @@ module Mastodon
|
||||
end
|
||||
|
||||
def repository
|
||||
ENV.fetch('GITHUB_REPOSITORY', 'glitch-soc/mastodon')
|
||||
ENV.fetch('GITHUB_REPOSITORY', 'funamitech/mastodon')
|
||||
end
|
||||
|
||||
def source_base_url
|
||||
|
Loading…
Reference in New Issue
Block a user