Fix typo
authorMagnus Hagander <magnus@hagander.net>
Thu, 16 May 2024 10:18:41 +0000 (12:18 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 16 May 2024 10:18:41 +0000 (12:18 +0200)
postgresqleu/util/templates/forms/widgets/linkforcode_widget.html

index 5538cb0976d0932484ae09d61fbf474a3928b135..62ca755cd274c1861728bc280e59641f7e216a19 100644 (file)
@@ -1,7 +1,7 @@
 <div>
   <p>
     First click the button  below and log in to the provider. Once that is done,
-    an authorizastion will be provided -- paste this code in the field below and save.
+    an authorization will be provided -- paste this code in the field below and save.
   </p>
   <a class="btn btn-default" target="_blank" rel="noopener" href="{{authurl}}">Initiate login</a><br/><br/>
   <input type="text" name="{{widget.name}}" placeholder="Enter authorization code" {% include "django/forms/widgets/attrs.html" %}/>