Преглед изворни кода

Simplify discoverability hint

RobinLinus пре 4 година
родитељ
комит
ea9ce95112
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 1
      client/index.html
  2. 1 0
      client/styles.css

+ 1 - 1
client/index.html

@@ -62,7 +62,7 @@
             <use xlink:href="#wifi-tethering" />
         </svg>
         <div id="displayName">The easiest way to transfer data across devices.</div>
-        <div class="font-body2">Your device is discoverable by everyone on this network.</div>
+        <div class="font-body2">You can be discovered by everyone on this network.</div>
     </footer>
     <!-- Receive Dialog -->
     <x-dialog id="receiveDialog">

+ 1 - 0
client/styles.css

@@ -293,6 +293,7 @@ footer {
     right: 0;
     align-items: center;
     padding: 0 0 16px 0;
+    text-align: center;
 }
 
 footer .logo {