]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/modal/welcome-modal.component.html
Translated using Weblate (Swedish)
[github/Chocobozzz/PeerTube.git] / client / src / app / modal / welcome-modal.component.html
index 9b210eb4d6db917a96a89860f662db531f1f9971..66b14465602729f362cdeb3feda06a7d7c24b474 100644 (file)
@@ -33,9 +33,7 @@
 
     <div class="two-columns">
 
-      <div class="mascot">
-        <img src="/client/assets/images/mascot/pointing.png" alt="mascot">
-      </div>
+      <img class="mascot mascot-fw" src="/client/assets/images/mascot/pointing.svg" alt="mascot">
 
       <div class="block-links">
         <div i18n class="subtitle">Useful links</div>
@@ -51,9 +49,7 @@
     </div>
 
     <div class="two-columns">
-      <div class="mascot">
-        <img src="/client/assets/images/mascot/happy.png" alt="mascot">
-      </div>
+      <img class="mascot" src="/client/assets/images/mascot/happy.svg" alt="mascot">
 
       <div class="block-configuration">
         <div i18n class="subtitle">It's time to configure your instance!</div>
         </p>
 
         <p i18n>
-          If you want to open registrations, please decide what are <strong>your moderation rules</strong>, fill your <strong>instance
-          terms</strong>
-          and specify the categories and languages you speak. This way, you will help users to register on <strong>the
-          appropriate</strong>
-          PeerTube instance.
+          If you want to open registrations, please decide what <strong>your moderation rules</strong> and <strong>instance
+          terms of service</strong> are, as well as specify the categories and languages and your moderators speak.
+          This way, you will help users to register on <strong>the appropriate</strong> PeerTube instance.
         </p>
       </div>
     </div>
   </div>
 
   <div class="modal-footer inputs">
-    <span i18n class="action-button action-button-understood" (click)="hide()">Remind me later</span>
-
-    <a i18n (click)="doNotOpenAgain(); hide()" class="configure-instance-button" href="/admin/config/edit-custom" target="_blank"
-       rel="noopener noreferrer">
+    <input
+      type="button" role="button" i18n-value value="Remind me later" class="action-button action-button-understood"
+      (click)="hide()" (key.enter)="hide()"
+    >
+
+    <a i18n (click)="doNotOpenAgain(); hide()" (key.enter)="doNotOpenAgain(); hide()"
+       class="configure-instance-button" href="/admin/config/edit-custom" target="_blank"
+       rel="noopener noreferrer" ngbAutofocus>
       Configure my instance
     </a>
   </div>