s/TextSecure/Signal on options page

This commit is contained in:
lilia 2015-05-05 13:46:28 -07:00
parent a76fbe165b
commit 2cb0070343
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>TextSecure Options</title> <title>Signal Options</title>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="stylesheets/options.css"> <link rel="stylesheet" href="stylesheets/options.css">
<link rel="stylesheet" href="stylesheets/bootstrap.css"> <link rel="stylesheet" href="stylesheets/bootstrap.css">
@ -92,7 +92,7 @@
</div> </div>
</header> </header>
<div class='container'> <div class='container'>
<h3>You are registered on TextSecure with number <span id="complete-number"></span></h3> <h3>You are registered with number <span id="complete-number"></span></h3>
<div class='notifications'> <div class='notifications'>
<span class='on'>Desktop notifcations are enabled. <button class='disable'>Turn off Notifications</button></span> <span class='on'>Desktop notifcations are enabled. <button class='disable'>Turn off Notifications</button></span>
<span class='off'>Desktop notifcations are not enabled. <button class='enable'>Turn on Notifications</button></span> <span class='off'>Desktop notifcations are not enabled. <button class='enable'>Turn on Notifications</button></span>

View file

@ -15,7 +15,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Re-register TextSecure</title> <title>Register for Signal</title>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="stylesheets/options.css"> <link rel="stylesheet" href="stylesheets/options.css">
<link rel="stylesheet" href="stylesheets/bootstrap.css"> <link rel="stylesheet" href="stylesheets/bootstrap.css">