From 649806a89b0aa9611f28d90f70a6d1f1a94be2eb Mon Sep 17 00:00:00 2001 From: KMY Date: Tue, 12 Sep 2023 12:34:41 +0900 Subject: [PATCH] Remove antenna beta message --- app/views/antennas/index.html.haml | 3 --- config/locales/en.yml | 1 - config/locales/ja.yml | 1 - 3 files changed, 5 deletions(-) diff --git a/app/views/antennas/index.html.haml b/app/views/antennas/index.html.haml index 7b33fcaeca..d0b9bbcc14 100644 --- a/app/views/antennas/index.html.haml +++ b/app/views/antennas/index.html.haml @@ -4,9 +4,6 @@ - content_for :heading_actions do = link_to t('antennas.new.title'), new_antenna_path, class: 'button' -.flash-message.alert - %strong= t('antennas.beta') - - if @antennas.empty? .muted-hint.center-text= t 'antennas.index.empty' - else diff --git a/config/locales/en.yml b/config/locales/en.yml index 55c71dc65e..06d3c6ccb1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1068,7 +1068,6 @@ en: hint_html: If you want to move from another account to this one, here you can create an alias, which is required before you can proceed with moving followers from the old account to this one. This action by itself is harmless and reversible. The account migration is initiated from the old account. remove: Unlink alias antennas: - beta: This function is in beta. contexts: account: Accounts domain: Domains diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 0d470ffb57..edef41a462 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1017,7 +1017,6 @@ ja: hint_html: 他のアカウントからこのアカウントにフォロワーを引き継いで引っ越したい場合、ここでエイリアスを作成しておく必要があります。エイリアス自体は無害で、取り消すことができます。引っ越しは以前のアカウント側から開始する必要があります。 remove: エイリアスを削除 antennas: - beta: アンテナ機能はベータ版です。今後、予告なく全データリセット・機能削除を行う場合があります。 contexts: account: アカウント domain: ドメイン