From c0bce69b7ae95489f50cc21ff800b3ae8dce37d5 Mon Sep 17 00:00:00 2001 From: Leshana Date: Thu, 25 May 2017 15:43:59 -0400 Subject: [PATCH] Fixes a typo in Guest Pass UI template. Fixes https://github.com/VOREStation/VOREStation/issues/1441 --- nano/templates/guest_pass.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano/templates/guest_pass.tmpl b/nano/templates/guest_pass.tmpl index 80525f5331..821ba0a474 100644 --- a/nano/templates/guest_pass.tmpl +++ b/nano/templates/guest_pass.tmpl @@ -19,7 +19,7 @@ {{else}}

Guest pass terminal #{{:data.uid}}

- {{:helper.link('View activity log', 'list', {'mode' : 1})}} {{:helper.link('Issure Pass', 'eject', {'action' : 'issue'})}} + {{:helper.link('View activity log', 'list', {'mode' : 1})}} {{:helper.link('Issue Pass', 'eject', {'action' : 'issue'})}}