Skip to content

Commit

Permalink
add feed copy text to messages file
Browse files Browse the repository at this point in the history
  • Loading branch information
customcommander committed Oct 13, 2024
1 parent 71443f2 commit 11a616b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/component-infobar.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class InfoBar extends LitElement {

return html`
<button type="button" @click=${() => this._dispatch(ev)}>
FEED
${this._messages.value.feed_family()}
</button>
`;
}
Expand Down
1 change: 1 addition & 0 deletions src/messages_en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ TODO: >
# Actions & Misc

complete: Complete Task
feed_family: Feed!

# Selections

Expand Down

0 comments on commit 11a616b

Please sign in to comment.