File tree Expand file tree Collapse file tree
Server/Resources/Subdomains Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ public static function table(Table $table): Table
7676 $ domain ->fetchCloudflareId ();
7777
7878 Notification::make ()
79- ->title (trans ('subdomains::strings.synced ' ))
79+ ->title (trans ('subdomains::strings.notifications. synced ' ))
8080 ->success ()
8181 ->send ();
8282 } catch (Exception $ exception ) {
8383 Notification::make ()
84- ->title (trans ('subdomains::strings.not_synced ' ))
84+ ->title (trans ('subdomains::strings.notifications. not_synced ' ))
8585 ->body ($ exception ->getMessage ())
8686 ->danger ()
8787 ->persistent ()
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ protected function getHeaderActions(): array
2424 return CloudflareDomain::create ($ data );
2525 } catch (Exception $ exception ) {
2626 Notification::make ()
27- ->title (trans ('subdomains::strings.not_synced ' ))
27+ ->title (trans ('subdomains::strings.notifications. not_synced ' ))
2828 ->body ($ exception ->getMessage ())
2929 ->warning ()
3030 ->persistent ()
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function table(Table $table): Table
4646 return $ service ->handle ($ data , $ subdomain );
4747 } catch (Exception $ exception ) {
4848 Notification::make ()
49- ->title (trans ('subdomains::strings.not_synced ' ))
49+ ->title (trans ('subdomains::strings.notifications. not_synced ' ))
5050 ->body ($ exception ->getMessage ())
5151 ->danger ()
5252 ->persistent ()
@@ -89,7 +89,7 @@ public function table(Table $table): Table
8989 return $ service ->handle ($ data );
9090 } catch (Exception $ exception ) {
9191 Notification::make ()
92- ->title (trans ('subdomains::strings.not_synced ' ))
92+ ->title (trans ('subdomains::strings.notifications. not_synced ' ))
9393 ->body ($ exception ->getMessage ())
9494 ->danger ()
9595 ->persistent ()
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public static function table(Table $table): Table
9292 return $ service ->handle ($ data , $ subdomain );
9393 } catch (Exception $ exception ) {
9494 Notification::make ()
95- ->title (trans ('subdomains::strings.not_synced ' ))
95+ ->title (trans ('subdomains::strings.notifications. not_synced ' ))
9696 ->body ($ exception ->getMessage ())
9797 ->danger ()
9898 ->persistent ()
@@ -118,7 +118,7 @@ public static function table(Table $table): Table
118118 return $ service ->handle ($ data );
119119 } catch (Exception $ exception ) {
120120 Notification::make ()
121- ->title (trans ('subdomains::strings.not_synced ' ))
121+ ->title (trans ('subdomains::strings.notifications. not_synced ' ))
122122 ->body ($ exception ->getMessage ())
123123 ->danger ()
124124 ->persistent ()
You can’t perform that action at this time.
0 commit comments