Skip to content

Commit ef287b7

Browse files
committed
docs: make file paths bold
For consistency.
1 parent e61a39f commit ef287b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/libraries/validation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ Working with Errors
440440
The Validation library provides several methods to help you set error messages, provide
441441
custom error messages, and retrieve one or more errors to display.
442442

443-
By default, error messages are derived from language strings in ``system/Language/en/Validation.php``, where
443+
By default, error messages are derived from language strings in **system/Language/en/Validation.php**, where
444444
each rule has an entry.
445445

446446
.. _validation-custom-errors:
@@ -479,7 +479,7 @@ Translation Of Messages And Validation Labels
479479
=============================================
480480

481481
To use translated strings from language files, we can simply use the dot syntax.
482-
Let's say we have a file with translations located here: ``app/Languages/en/Rules.php``.
482+
Let's say we have a file with translations located here: **app/Languages/en/Rules.php**.
483483
We can simply use the language lines defined in this file, like this:
484484

485485
.. literalinclude:: validation/025.php

0 commit comments

Comments
 (0)