|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>TextSecure Options</title>
|
|
|
|
|
<title>Signal Options</title>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<link rel="stylesheet" href="stylesheets/options.css">
|
|
|
|
|
<link rel="stylesheet" href="stylesheets/bootstrap.css">
|
|
|
|
@ -92,7 +92,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
<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'>
|
|
|
|
|
<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>
|
|
|
|
|