Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1395 from cloudflare/avery/fix-zone-id-location-info
Browse files Browse the repository at this point in the history
clarify location of account id in dashboard
  • Loading branch information
EverlastingBugstopper committed Jun 25, 2020
2 parents 9d01d9b + 7687a01 commit e7f3323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/toml/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ impl Manifest {
&format!("You will need to update the following fields in the created {} file before continuing:", toml_msg)
);
message::help(&format!(
"You can find your {} and {} in the right sidebar of the zone overview tab at {}",
"You can find your {} in the right sidebar of your account's Workers page, and {} in the right sidebar of a zone's overview tab at {}",
account_id_msg, zone_id_msg, dash_url
));
if has_top_level_fields {
Expand Down

0 comments on commit e7f3323

Please sign in to comment.