From 5cb17b882730ba794d989d99a70c2852e8aeac3c Mon Sep 17 00:00:00 2001 From: Zee <50284+zspencer@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:25:38 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B8=20`Space`:=20De-italicize=20help-t?= =?UTF-8?q?ext=20on=20`Space#edit`=20(#2223)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - https://github.com/zinc-collective/convene/issues/1364 - https://github.com/zinc-collective/convene/issues/252 - https://github.com/zinc-collective/convene/issues/1513 Remove Moar italics! MOAR! --- app/views/spaces/_agreements.html.erb | 2 +- app/views/spaces/_utilities.html.erb | 2 +- app/views/spaces/_website_settings.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/spaces/_agreements.html.erb b/app/views/spaces/_agreements.html.erb index 64a86765c..89e9124f3 100644 --- a/app/views/spaces/_agreements.html.erb +++ b/app/views/spaces/_agreements.html.erb @@ -1,7 +1,7 @@ <%= render CardComponent.new(classes: "mt-3 gap-y-3") do %>

<%= t('space.agreements.index.link_to') %>

-

<%= t('space.agreements.help_text') %>

+

<%= t('space.agreements.help_text') %>

<%- space.agreements.each do |agreement| %> diff --git a/app/views/spaces/_utilities.html.erb b/app/views/spaces/_utilities.html.erb index 08b70f036..ebfd4f8b7 100644 --- a/app/views/spaces/_utilities.html.erb +++ b/app/views/spaces/_utilities.html.erb @@ -1,7 +1,7 @@ <%= render CardComponent.new(classes: "mt-3 gap-y-3") do %>

<%= t('utilities.index.link_to') %>

-

<%= t('utilities.help_text') %>

+

<%= t('utilities.help_text') %>