Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-6314: Apply microcopy guidelines and adjust translation keys and domains #866

Merged
merged 21 commits into from
Sep 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
FT: fix columns order
  • Loading branch information
tischsoic committed Sep 1, 2023
commit 2fe88e20b5bc08994b22ab73d45fc872665105ae
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

{% set body_row_cols = body_row_cols|merge([
{ content: row.type },
{ content: row.modified|ibexa_full_datetime },
{ content: row.contributor is not null ? row.contributor.name : 'dashboard.table.contributor.not_found'|trans|desc('Can\'t fetch contributor') },
{ content: row.modified|ibexa_full_datetime },
{ has_action_btns: true, content: macros.edit_content_button(row, 'dashboard.table.all.content.edit'|trans|desc('Edit')), raw: true },
]) %}

Expand Down