mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
Use getText for modal strings
This commit is contained in:
parent
3981b23e0a
commit
d649a0d1f4
File diff suppressed because one or more lines are too long
@ -3,10 +3,10 @@
|
|||||||
<div class="modal-dialog" role="document">
|
<div class="modal-dialog" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h5 class="modal-title">Terms of Use</h5>
|
<h5 class="modal-title">{{ $root._('Terms of Use') }}</h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>Terms of use go here.</p>
|
<p>{{ $root._('Terms of Use Body Text') }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button
|
<button
|
||||||
@ -14,7 +14,7 @@
|
|||||||
class="btn btn-primary"
|
class="btn btn-primary"
|
||||||
@click="closePopup"
|
@click="closePopup"
|
||||||
@keyup.enter="closePopup"
|
@keyup.enter="closePopup"
|
||||||
>Agree</button>
|
>{{ $root._('Agree and Proceed') }}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user