+ <%= t("views.articles.for_org_html",
+ start: tag("span", { class: "color-base-60" }, true),
+ end: "".html_safe,
+ org: tag.a(@organization.name, href: @organization.path, class: "crayons-link")) %>
<% end %>
<% if @article.published_timestamp.present? %>
diff --git a/app/views/users/_profile.html.erb b/app/views/users/_profile.html.erb
index 1bec0a1e0..7150f795b 100644
--- a/app/views/users/_profile.html.erb
+++ b/app/views/users/_profile.html.erb
@@ -157,7 +157,7 @@
<% users_setting = @user.setting %>
-
Branding
+
<%= t("views.settings.group.Branding") %>