Skip to content

Commit f5cbeb2

Browse files
committed
refine confirm message
1 parent e2f63ef commit f5cbeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/NovaLangPublish.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function handle()
6565
$requestedLocales->each(function (string $alias, string $locale) use ($availableLocales) {
6666

6767
if ($alias == 'en' && $this->isForce()) {
68-
if (!$this->confirm(sprintf('Are you sure you want to republish translations for [en] locale? This will overwrite the latest file from laravel/nova.'))) {
68+
if (!$this->confirm(sprintf('Are you sure you want to publish translations for [en] locale? This will overwrite the file from laravel/nova.'))) {
6969
return;
7070
}
7171
}

0 commit comments

Comments
 (0)