[go: nahoru, domu]

[l10n] Fix message description

Bug: http://b/198657375
Change-Id: I6167f7981df0b6f53675e6567ffa3af40fa7762e
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3142415
Commit-Queue: Wolfgang Beyer <wolfi@chromium.org>
Commit-Queue: Simon Zünd <szuend@chromium.org>
Auto-Submit: Wolfgang Beyer <wolfi@chromium.org>
Reviewed-by: Simon Zünd <szuend@chromium.org>
diff --git a/front_end/panels/application/AppManifestView.ts b/front_end/panels/application/AppManifestView.ts
index 0fc5937..e5fba59 100644
--- a/front_end/panels/application/AppManifestView.ts
+++ b/front_end/panels/application/AppManifestView.ts
@@ -272,7 +272,7 @@
   sSrcIsNotSet: '{PH1} `src` is not set',
   /**
   *@description Warning message for image resources from the manifest
-  *@example {Image} PH1
+  *@example {Screenshot} PH1
   *@example {https://example.com/image.png} PH2
   */
   sUrlSFailedToParse: '{PH1} URL \'\'{PH2}\'\' failed to parse',