mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
style: update some wording
This commit is contained in:
parent
1ed41958be
commit
7a19ebf85a
1 changed files with 2 additions and 2 deletions
|
@ -197,10 +197,10 @@
|
||||||
<br />
|
<br />
|
||||||
<div>
|
<div>
|
||||||
<script src="/copy.js"></script>
|
<script src="/copy.js"></script>
|
||||||
<label for="bincode_str">Or, export/import here (be sure to save ):</label>
|
<label for="bincode_str">Or, export/import here (be sure to save first):</label>
|
||||||
<br />
|
<br />
|
||||||
<input type="text" id="bincode_str" name="bincode_str"
|
<input type="text" id="bincode_str" name="bincode_str"
|
||||||
value="{% match prefs.to_bincode_str() %}{% when Ok with (bincode_str) %}{{ bincode_str }}{% when Err with (err) %}{{ err }}{% endmatch %}"
|
value="{% match prefs.to_bincode_str() %}{% when Ok with (bincode_str) %}{{ bincode_str }}{% when Err with (err) %}Error: {{ err }}{% endmatch %}"
|
||||||
readonly>
|
readonly>
|
||||||
<button id="copy" class="copy">Copy</button>
|
<button id="copy" class="copy">Copy</button>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue