Skip to content

Commit

Permalink
change column label
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Oct 3, 2024
1 parent ba0abb8 commit 8b7a726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/javascripts/licence-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
<th>${cityssm.escapeHTML(licenseeAlias)}</th>
<th>Effective</th>
<th>Fields</th>
<th aria-label="Issued Status"></th>
<th><span class="is-sr-only">Issued Status</span></th>
</tr></thead>
</table>`;
const tbodyElement = document.createElement('tbody');
Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/licence-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ declare const glm: GLM
<th>${cityssm.escapeHTML(licenseeAlias)}</th>
<th>Effective</th>
<th>Fields</th>
<th aria-label="Issued Status"></th>
<th><span class="is-sr-only">Issued Status</span></th>
</tr></thead>
</table>`

Expand Down

0 comments on commit 8b7a726

Please sign in to comment.