Skip to content

Commit 7aef75a

Browse files
committed
Trans
1 parent 35b3137 commit 7aef75a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

langs/en_US/sellyoursaas.lang

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,4 +956,5 @@ YouAreAModuleProvider=You are a module provider
956956
YouAreTheProviderOfTheFollowingModules=You provides the following modules
957957
DashboardServiceIsTemporarlyOffline=Dashboard access is temporarly offline for maintenance purpose.
958958
PleaseGoBackInFewHours=Please go back in few hours...
959-
SubscriptionFormAndDashboard=Subscription form and customers/resellers dashboard
959+
SubscriptionFormAndDashboard=Subscription form and customers/resellers dashboard
960+
SaveAndPay=Save and pay

myaccount/tpl/registerpaymentmode.tpl.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,8 @@ function stripeSourceHandler(source) {
741741
print '<div class="opacitymedium small justify">'.$langs->trans("SEPALegalText", $mysoc->name, $mysoc->name).'</div>';
742742

743743
print '<br><br>';
744-
print '<input type="submit" name="submitsepa" value="'.$langs->trans("Save").'" class="btn btn-info btn-circle">';
744+
// Replace Save by Pay ?
745+
print '<input type="submit" name="submitsepa" value="'.$langs->trans("SaveAndPay").'" class="btn btn-info btn-circle">';
745746
print ' ';
746747
print '<a id="buttontocancel" href="'.($backtourl ? $backtourl : $_SERVER["PHP_SELF"]).'" class="btn green-haze btn-circle">'.$langs->trans("Cancel").'</a>';
747748
} else {

0 commit comments

Comments
 (0)