From d79debe1de293e4f812e260175edafb14c7b5404 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@hebeler.club>
Date: Thu, 13 Apr 2023 14:23:56 +0200
Subject: [PATCH] fixed string

---
 pass/views/checkout/paypal.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pass/views/checkout/paypal.ejs b/pass/views/checkout/paypal.ejs
index 0be076a..10df815 100644
--- a/pass/views/checkout/paypal.ejs
+++ b/pass/views/checkout/paypal.ejs
@@ -23,7 +23,7 @@
         <div id="card-number" class="card_field"></div>
       </div>
       <div>
-        <label for="expiration-date"><%= req.t("paypal.card.number", {ns: "checkout"}) _%></label>
+        <label for="expiration-date"><%= req.t("paypal.card.expiration", {ns: "checkout"}) _%></label>
         <div id="expiration-date" class="card_field"></div>
       </div>
       <div>
-- 
GitLab