mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Add legal and final strings (#1185)
* add legal and final strings * removed unneeded suffixes from string ids * removed unused strings and simplified string ids for vnext-only strings * reword nostreams option
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = function(state, emit) {
|
||||
const el = html`
|
||||
<div class="px-1">
|
||||
${raw(
|
||||
state.translate('frontPageExpireInfo', {
|
||||
state.translate('archiveExpiryInfo', {
|
||||
downloadCount:
|
||||
'<span class="lg:inline-block md:block sm:inline-block block"></span><select id="dlCount"></select>',
|
||||
timespan: '<select id="timespan"></select>'
|
||||
|
||||
Reference in New Issue
Block a user