diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 42cc6d6..654f206 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -96,8 +96,8 @@ "community.column_settings.local_only": "Local only", "community.column_settings.media_only": "Media Only", "community.column_settings.remote_only": "Remote only", - "compose_form.direct_message_warning": "This seed will only be sent to the mentioned punks.", "compose_form.direct_message_warning_learn_more": "Learn more", + "compose_form.encryption_warning": "Seeds on the Solarverse are not end-to-end encrypted. Why would you share private information here?", "compose_form.hashtag_warning": "This seed won't be listed under any hashtag as it is unlisted. Only public seeds can be searched by hashtag.", "compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can follow you to view your follower-only seeds.", "compose_form.lock_disclaimer.lock": "locked", diff --git a/docker-compose.yml b/docker-compose.yml index 6b776b3..f7af95f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -44,7 +44,7 @@ services: web: build: . - image: solarpunk-moe/mastodon + image: porttown.solarpunk.moe/mastodon restart: always env_file: .env.production command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" @@ -66,7 +66,7 @@ services: streaming: build: . - image: solarpunk-moe/mastodon + image: porttown.solarpunk.moe/mastodon restart: always env_file: .env.production command: node ./streaming @@ -85,7 +85,7 @@ services: sidekiq: build: . - image: solarpunk-moe/mastodon + image: porttown.solarpunk.moe/mastodon restart: always env_file: .env.production command: bundle exec sidekiq