Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Change Trovebox -> Octave Online #4229

Open
wants to merge 1 commit into
base: future
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions resources/views/about.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<article class="blurb">
<div class="info first">
<h1><%- gettext('Persona replaces multiple passwords') %></h1>
<p><%- format(gettext('Sites such as <a %(webmakerLink)s>%(webmakerName)s</a>, <a %(openphotoLink)s>%(openphotoName)s</a> and <a %(voostLink)s>%(voostName)s</a> use Persona instead of usernames to sign you in.'),
<p><%- format(gettext('Sites such as <a %(webmakerLink)s>%(webmakerName)s</a>, <a %(octaveonlineLink)s>%(octaveonlineName)s</a> and <a %(voostLink)s>%(voostName)s</a> use Persona instead of usernames to sign you in.'),
{
webmakerLink: 'href="https://webmaker.org/" target="_blank"',
webmakerName: 'Mozilla Webmaker',
openphotoLink: 'href="https://current.trovebox.com/" target="_blank"',
openphotoName: 'Trovebox',
octaveonlineLink: 'href="http://octave-online.net/" target="_blank"',
octaveonlineName: 'Octave Online',
voostLink: 'href="https://www.voo.st/" target="_blank"',
voostName: 'Voost'
})
Expand Down