Skip to content

Commit

Permalink
Fixes wrong label ob activity modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuswetah committed Oct 23, 2019
1 parent a8a52f5 commit 28d9b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin/components/other/activity-details-modal.vue
Expand Up @@ -477,7 +477,7 @@
v-for="(attributeValue, attributeName, index) in activity.new_value">
<p class="is-capitalized has-text-blue5 has-text-weight-bold">
{{ 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>

<div class="content">
Expand Down

0 comments on commit 28d9b1d

Please sign in to comment.