Skip to content

Commit

Permalink
Merge pull request #1147 from Esri/alert-update
Browse files Browse the repository at this point in the history
Alert update
  • Loading branch information
jmhauck authored Jan 31, 2025
2 parents e1f9902 + b6e19e5 commit f99dd8f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 4 additions & 1 deletion src/assets/t9n/layer-table/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"recordsSelected": "Total: {{total}} | Selection: {{selected}}",
"moreOptions": "More table options",
"showHideColumns": "Show/hide columns",
"searchPlaceholder": "Search text in {{fields}} field"
"searchPlaceholder": "Search text in {{fields}} field",
"photosAndFiles": "Photos and files",
"attachments": "Attachments",
"relatedRecords": "Related records"
}
5 changes: 4 additions & 1 deletion src/assets/t9n/layer-table/resources_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"recordsSelected": "Total: {{total}} | Selection: {{selected}}",
"moreOptions": "More table options",
"showHideColumns": "Show/hide columns",
"searchPlaceholder": "Search text in {{fields}} field"
"searchPlaceholder": "Search text in {{fields}} field",
"photosAndFiles": "Photos and files",
"attachments": "Attachments",
"relatedRecords": "Related records"
}
6 changes: 4 additions & 2 deletions src/components/consent-manager/consent-manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ export class ConsentManager {
render() {
return (
<Host>
<calcite-alert
{/* Not using for now...will just rely on the orgs euei setting. */}
{/* Retaining this code for future use though. */}
{/* <calcite-alert
kind="brand"
label={this._translations.trackingAlertLabel}
onCalciteAlertClose={() => this._alertClosed()}
Expand All @@ -207,7 +209,7 @@ export class ConsentManager {
>
{this._translations.accept}
</calcite-button>
</calcite-alert>
</calcite-alert> */}
</Host>
);
}
Expand Down

0 comments on commit f99dd8f

Please sign in to comment.