Commit 14f83fdb authored by Kushal Pandya's avatar Kushal Pandya

Update read-only message

parent eacaee59
......@@ -6,7 +6,7 @@ module EE
def read_only_message
return super unless ::Gitlab::Geo.secondary_with_primary?
(_('You are on a secondary (read-only) Geo node. If you want to make any changes, you must visit the %{primary_node}.') %
(_('You are on a secondary, <b>read-only</b> Geo node. If you want to make changes, you must visit this page on the %{primary_node}.') %
{ primary_node: link_to('primary node', ::Gitlab::Geo.primary_node.url) }).html_safe
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment