1
0

String change and source code location

This commit is contained in:
Noa Himesaka 2022-12-23 11:27:07 +09:00
parent 4eacf6c75f
commit 164111f90c
2 changed files with 4 additions and 4 deletions

View File

@ -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}}",

View File

@ -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