diff --git a/plugins/activity-assets/lang/en.json b/plugins/activity-assets/lang/en.json index 31b39ba492..25b0ad23b2 100644 --- a/plugins/activity-assets/lang/en.json +++ b/plugins/activity-assets/lang/en.json @@ -9,6 +9,6 @@ "Changed": "changed", "To": "to", "Unset": "unset", - "NoEmployee": "No employee" + "System": "System" } } \ No newline at end of file diff --git a/plugins/activity-assets/lang/ru.json b/plugins/activity-assets/lang/ru.json index de5135bc14..0b83745d5d 100644 --- a/plugins/activity-assets/lang/ru.json +++ b/plugins/activity-assets/lang/ru.json @@ -9,6 +9,6 @@ "Changed": "изменил(а)", "To": "на", "Unset": "сбросил", - "NoEmployee": "Не сотрудник" + "System": "Система" } } \ No newline at end of file diff --git a/plugins/activity-resources/src/components/TxView.svelte b/plugins/activity-resources/src/components/TxView.svelte index a8b9a7e171..03a6aa850f 100644 --- a/plugins/activity-resources/src/components/TxView.svelte +++ b/plugins/activity-resources/src/components/TxView.svelte @@ -124,7 +124,7 @@ {#if employee} {formatName(employee.name)} {:else} -