mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
translation fix in OPNsense/CaptivePortal/vouchers.volt
This commit is contained in:
parent
d879cd9149
commit
40ac776aac
@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
updateVoucherGroupList();
|
||||
} else {
|
||||
// A voucher server is needed before we can add vouchers, alert user
|
||||
BootstrapDialog.alert('{{ lang._('Please setup a voucher server first ') }} (<a href="/system_authservers.php">{{ lang._('goto auth servers') }}</a> )');
|
||||
BootstrapDialog.alert('{{ lang._('Please setup a voucher server first (%sgoto auth servers%s)') | format('<a href="/system_authservers.php">','</a>') }}');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user