From 2b831d7ef84e35aa7adbeea4d9af30e28fa3601b Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Tue, 20 Aug 2019 12:17:00 +0200 Subject: [PATCH] URSH: Clarify action titles The difference between "obtain" and "create" isn't really obvious --- ursh/indico_ursh/templates/ursh_dropdown.html | 4 ++-- ursh/indico_ursh/templates/ursh_link.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ursh/indico_ursh/templates/ursh_dropdown.html b/ursh/indico_ursh/templates/ursh_dropdown.html index 6a57f9e..5c6314f 100644 --- a/ursh/indico_ursh/templates/ursh_dropdown.html +++ b/ursh/indico_ursh/templates/ursh_dropdown.html @@ -4,7 +4,7 @@
  • - {{ trans }}Obtain short URL{{ end_trans }} + {{ trans }}Get short URL{{ end_trans }}
  • {%- if allow_create %} @@ -16,7 +16,7 @@ data-params='{"original_url": "{{ target }}"}' data-ajax-dialog data-hide-page-header> - {{ trans }}Create short URL{{ end_trans }} + {{ trans }}Create custom short URL{{ end_trans }} {% endif -%} diff --git a/ursh/indico_ursh/templates/ursh_link.html b/ursh/indico_ursh/templates/ursh_link.html index 3f66771..2d7617b 100644 --- a/ursh/indico_ursh/templates/ursh_link.html +++ b/ursh/indico_ursh/templates/ursh_link.html @@ -6,7 +6,7 @@