From 4c8b90b8cc5e3fa8fe15b17b4aea64c6bf3f8561 Mon Sep 17 00:00:00 2001 From: Glandos Date: Sat, 30 May 2020 14:36:50 +0200 Subject: Rename see to show (#638) --- ihatemoney/templates/dashboard.html | 2 +- ihatemoney/templates/list_bills.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ihatemoney/templates') diff --git a/ihatemoney/templates/dashboard.html b/ihatemoney/templates/dashboard.html index b77a0ba..d9c150c 100644 --- a/ihatemoney/templates/dashboard.html +++ b/ihatemoney/templates/dashboard.html @@ -16,7 +16,7 @@ {{ _('edit') }} {{ _('delete') }} - {{ _('see') }} + {{ _('show') }} {% endfor %} diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 487e70e..12c5072 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -133,7 +133,7 @@ {{ _('edit') }} {{ _('delete') }} {% if bill.external_link %} - {{ _('see') }} + {{ _('show') }} {% endif %} -- cgit v1.1