Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport] [Fixes #7600] Replace "Register a new Service" with "Add Remote Service" #7602

Merged
merged 9 commits into from
May 26, 2021
2 changes: 1 addition & 1 deletion geonode/services/templates/services/service_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block body_outer %}
<div class="page-header">
{% if user.is_authenticated and not READ_ONLY_MODE %}
<a href="{% url "register_service" %}" class="btn btn-primary pull-right">{% trans "Register a new Service" %}</a>
<a href="{% url "register_service" %}" class="btn btn-primary pull-right">{% trans "Add Remote Service" %}</a>
{% endif %}
<h2>{% trans "Remote Services" %}</h2>
</div>
Expand Down