* Thu Jul 03 2025 Brian Read <brianr@koozali.org> 11.0.0-103.sme
- Fix a couple of typos [SME: 13065]
This commit is contained in:
		| @@ -102,7 +102,7 @@ sub do_display { | |||||||
| 			%ret = $c->remove_network($localnetwork, $delete_hosts); | 			%ret = $c->remove_network($localnetwork, $delete_hosts); | ||||||
| 		} else { | 		} else { | ||||||
| 			$c->app->log->info("Local network: delete failed to find network in db: $localnetwork"); | 			$c->app->log->info("Local network: delete failed to find network in db: $localnetwork"); | ||||||
| 			%ret = (); | 			%ret = (ret => ""); | ||||||
| 		} | 		} | ||||||
| 		#$network_db = esmith::NetworksDB::UTF8->open() || die("Failed to open Networkdb-2");        #Refresh the network DB | 		#$network_db = esmith::NetworksDB::UTF8->open() || die("Failed to open Networkdb-2");        #Refresh the network DB | ||||||
|         my @localnetworks; |         my @localnetworks; | ||||||
|   | |||||||
| @@ -28,3 +28,4 @@ | |||||||
| 'ln_REMOVE_HOSTS_LABEL' => 'Remove hosts on network', | 'ln_REMOVE_HOSTS_LABEL' => 'Remove hosts on network', | ||||||
| 'ln_extra' => '[_1]/[_2] via router  $networkRouter}.', | 'ln_extra' => '[_1]/[_2] via router  $networkRouter}.', | ||||||
| 'ln_SUCCESS_NONSTANDARD_RANGE' =>'<p>Successfully added network [_1]/[_2] via router [_3].</p><p>  Your server will grant local access privileges to [_4] IP addresses in the range [_5] to [_6].</p><p>  Warning: the ProFTPd FTP server cannot handle this nonstandard subnet mask. The simpler specification  <b>[_7]</b> will be used instead.</p>', | 'ln_SUCCESS_NONSTANDARD_RANGE' =>'<p>Successfully added network [_1]/[_2] via router [_3].</p><p>  Your server will grant local access privileges to [_4] IP addresses in the range [_5] to [_6].</p><p>  Warning: the ProFTPd FTP server cannot handle this nonstandard subnet mask. The simpler specification  <b>[_7]</b> will be used instead.</p>', | ||||||
|  | 'ln_Failed to find network in Db' => 'Failed to find network in Db', | ||||||
| @@ -2,7 +2,7 @@ Summary: Sme server  navigation module : manager 2 | |||||||
| %define name smeserver-manager | %define name smeserver-manager | ||||||
| Name: %{name} | Name: %{name} | ||||||
| %define version 11.0.0 | %define version 11.0.0 | ||||||
| %define release 102 | %define release 103 | ||||||
| Version: %{version} | Version: %{version} | ||||||
| Release: %{release}%{?dist} | Release: %{release}%{?dist} | ||||||
| License: GPL | License: GPL | ||||||
| @@ -146,6 +146,9 @@ true | |||||||
| %defattr(-,root,root) | %defattr(-,root,root) | ||||||
|  |  | ||||||
| %changelog | %changelog | ||||||
|  | * Thu Jul 03 2025 Brian Read <brianr@koozali.org> 11.0.0-103.sme | ||||||
|  | - Fix a couple of typos [SME: 13065] | ||||||
|  |  | ||||||
| * Thu Jul 03 2025 Brian Read <brianr@koozali.org> 11.0.0-102.sme | * Thu Jul 03 2025 Brian Read <brianr@koozali.org> 11.0.0-102.sme | ||||||
| - Local Network panel: Make DEL and ADD robust even if called more than once by browser [SME: 13065] | - Local Network panel: Make DEL and ADD robust even if called more than once by browser [SME: 13065] | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user