From b8d941afe16b02873fe9b96f6f3634a88b2e5b2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 2 Aug 2016 16:07:45 +0200 Subject: [PATCH] Continued a bit: (please cherry-pick) - variable was not fully renamed, fixed - renamed countryI18nkey -> countryI18nKey - fixed name of context property (was shortended) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/guest/user/resend_link.xhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/guest/user/resend_link.xhtml b/web/guest/user/resend_link.xhtml index a97be777..e520db4f 100644 --- a/web/guest/user/resend_link.xhtml +++ b/web/guest/user/resend_link.xhtml @@ -2,10 +2,10 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core" + > #{msg.PAGE_TITLE_INDEX_RESEND_LINK} -- 2.39.5