Better wording?

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4047 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-11-17 00:35:25 +00:00
parent 6b267e472e
commit c664f7808f
2 changed files with 2 additions and 2 deletions

View File

@ -316,7 +316,7 @@ class TfElement extends LitElement {
!this.loaded ?
this.loading ?
html`<div>Loading...</div>` :
html`<div>Not logged in.</div>` :
html`<div>Select or create an identity.</div>` :
this.render_tab();
return html`
${this.render_id_picker()}