@leavittsoftware/web 5.12.0 → 5.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -200,7 +200,7 @@ let LeavittEmailHistoryViewer = class LeavittEmailHistoryViewer extends LoadWhil
200
200
  ]; }
201
201
  render() {
202
202
  return html `
203
- <titanium-header header="Email history" subHeader="A comprehensive record of email correspondence originating from this tool." no-nav></titanium-header>
203
+ <titanium-header header="Email history" subHeader="A comprehensive record of email correspondence originating from this tool" no-nav></titanium-header>
204
204
  <titanium-data-table
205
205
  header="Emails"
206
206
  disable-select
@@ -301,7 +301,7 @@ let LeavittEmailHistoryViewer = class LeavittEmailHistoryViewer extends LoadWhil
301
301
  desktop
302
302
  slot="table-headers"
303
303
  column-name="EmailTemplate/Name"
304
- title="Template name"
304
+ title="Email template"
305
305
  @sort-by-changed=${this.#onSortByChange}
306
306
  .sortBy=${this.sortBy}
307
307
  .sortDirection=${this.sortDirection}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/web",
3
- "version": "5.12.0",
3
+ "version": "5.12.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "files": [
@@ -40,5 +40,5 @@
40
40
  "url": "https://github.com/LeavittSoftware/titanium-elements/issues"
41
41
  },
42
42
  "homepage": "https://github.com/LeavittSoftware/titanium-elements/#readme",
43
- "gitHead": "f1efcccb4712bf324d58213420ef5d718618b783"
43
+ "gitHead": "d0edf2ec1e7182c1a02ac0cc93600f5324993391"
44
44
  }