6 lines
259 B
Smarty
Executable File
6 lines
259 B
Smarty
Executable File
<% if (isUpgradeable) { %>
|
|
<%- _t('components.background-importer.background-import-limit.hurry', { upgradeUrl: upgradeUrl }) %>
|
|
<% } else { %>
|
|
<%- _t('components.background-importer.background-import-limit.one-file', { importQuota: importQuota }) %>
|
|
<% } %>
|