]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
replace dummy text with English for Text truncation page (#34936)
authorChristian Oliff <christianoliff@pm.me>
Thu, 9 Sep 2021 11:30:41 +0000 (20:30 +0900)
committerGitHub <noreply@github.com>
Thu, 9 Sep 2021 11:30:41 +0000 (14:30 +0300)
site/content/docs/5.1/helpers/text-truncation.md

index a92a171fd15cb755d57327b0f642acbdbfe5ba98..799f2059b6c66afbf6ad14dcb8f4f7e41f936778 100644 (file)
@@ -12,12 +12,12 @@ For longer content, you can add a `.text-truncate` class to truncate the text wi
 <!-- Block level -->
 <div class="row">
   <div class="col-2 text-truncate">
-    Praeterea iter est quasdam res quas ex communi.
+    This text is quite long, and will be truncated once displayed.
   </div>
 </div>
 
 <!-- Inline level -->
 <span class="d-inline-block text-truncate" style="max-width: 150px;">
-  Praeterea iter est quasdam res quas ex communi.
+  This text is quite long, and will be truncated once displayed.
 </span>
 {{< /example >}}