Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Automatically generate standardized report titles across your workspace using fo
1. Scroll to the **Report title** section.
2. Click to open the formula editor.
3. Use the formula list below to build your title.
4. (Optional) Enable **Prevent members from changing custom report names** to lock naming rules.
4. (Optional) Enable **Prevent members from changing custom report titles** to lock naming rules.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good fix! However, there are other instances of "report names" in this document (line 29) that should also be changed to "report titles" for consistency.


**Example formula:**
`{report:type} - {report:submit:from:firstname} {report:startdate}`
Expand Down
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5070,7 +5070,7 @@ const translations = {
customNameWorkspaceNameExample: 'Workspace name: {report:workspacename}',
customNameReportIDExample: 'Report ID: {report:id}',
customNameTotalExample: 'Total: {report:total}.',
preventMembersFromChangingCustomNamesTitle: 'Prevent members from changing custom report names',
preventMembersFromChangingCustomNamesTitle: 'Prevent members from changing custom report titles',
},
reportFields: {
addField: 'Add field',
Expand Down
Loading