Fixes wrong label ob activity modal.
This commit is contained in:
parent
a8a52f5518
commit
28d9b1df6e
|
@ -477,7 +477,7 @@
|
||||||
v-for="(attributeValue, attributeName, index) in activity.new_value">
|
v-for="(attributeValue, attributeName, index) in activity.new_value">
|
||||||
<p class="is-capitalized has-text-blue5 has-text-weight-bold">
|
<p class="is-capitalized has-text-blue5 has-text-weight-bold">
|
||||||
{{ attributeName }}
|
{{ attributeName }}
|
||||||
<small class="has-text-gray4 has-text-weight-normal"> {{ `(${$i18n.get('info_logs_before')})` }}</small>
|
<small class="has-text-gray4 has-text-weight-normal"> {{ `(${$i18n.get('info_logs_after')})` }}</small>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
Loading…
Reference in New Issue