Skip to content

Commit

Permalink
branding: change etherpad lite to etherpad in Pad settings modal
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcLear committed Feb 28, 2021
1 parent 68c4ed7 commit 237bab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/pad.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h2 data-l10n-id="pad.settings.myView"></h2>

<h2 data-l10n-id="pad.settings.about">About</h2>
<span data-l10n-id="pad.settings.poweredBy">Powered by</span>
<a href="https://etherpad.org">Etherpad-lite</a>
<a href="https://etherpad.org">Etherpad</a>
<% if (settings.exposeVersion) { %>(commit <%=settings.getGitCommit()%>)<% } %>
</div></div>

Expand Down

0 comments on commit 237bab7

Please sign in to comment.