forked from cory/tildefriends
Better wording?
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4047 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -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()}
|
||||
|
Reference in New Issue
Block a user