# HG changeset patch # User Matthew Wild # Date 1602842785 -3600 # Node ID 0f26ae2f2a74915e91a56ce572bbafb8e5afb37e # Parent a0937b5cfdcb464906329591d5fc4e2cd7e504de mod_invites_page: Change client selection button text from 'Install' to 'Select' by default This also allows specific clients entries to override the text via the 'select_text' field. Rationale: 1) users may already have the software installed, we still want them to select it anyway for the tailored setup experience. 2) some clients (e.g. web clients) are not really "installed" so the text was misleading diff -r a0937b5cfdcb -r 0f26ae2f2a74 mod_invites_page/html/invite.html --- a/mod_invites_page/html/invite.html Fri Oct 16 11:03:38 2020 +0100 +++ b/mod_invites_page/html/invite.html Fri Oct 16 11:06:25 2020 +0100 @@ -58,7 +58,7 @@ {item.platforms#{item} }

{item.text}

- Install + {item.select_text?Select}