diff options
| -rw-r--r-- | docs/content/guide/i18n.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/i18n.ngdoc b/docs/content/guide/i18n.ngdoc index 1977fea0..99245893 100644 --- a/docs/content/guide/i18n.ngdoc +++ b/docs/content/guide/i18n.ngdoc @@ -99,7 +99,7 @@ actual value is understood. For example, if you want to display an account balance of 1000 dollars with the following binding containing currency filter: `{{ 1000 | currency }}`, and your app is currently in en-US locale. -'$1000.00' will be shown. However, if someone in a different local (say, Japan) views your app, her +'$1000.00' will be shown. However, if someone in a different local (say, Japan) views your app, their browser will specify the locale as ja, and the balance of '¥1000.00' will be shown instead. This will really upset your client. |
