mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
translate no assets at checkout
This commit is contained in:
parent
b96f2f738d
commit
7dd789d5c0
|
@ -60,7 +60,7 @@
|
|||
table_html += "</tr>";
|
||||
}
|
||||
} else {
|
||||
table_html += '<tr><td colspan="4">No assets checked out to this user yet!</td></tr>';
|
||||
table_html += '<tr><td colspan="4">{{ trans('admin/users/message.user_has_no_assets_assigned') }}</td></tr>';
|
||||
}
|
||||
$('#current_assets_content').html(table_html + '</tbody></table></div></div>');
|
||||
|
||||
|
|
Loading…
Reference in a new issue