You've already forked immich
							
							
				mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 00:18:28 +02:00 
			
		
		
		
	fix(mobile): add label for expire after in shared link edit page (#4920)
Co-authored-by: shalong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
		| @@ -316,6 +316,7 @@ | ||||
|   "shared_link_edit_description": "Description", | ||||
|   "shared_link_edit_description_hint": "Enter the share description", | ||||
|   "shared_link_edit_password": "Password", | ||||
|   "shared_link_edit_expire_after": "Expire after", | ||||
|   "shared_link_edit_password_hint": "Enter the share password", | ||||
|   "shared_link_edit_show_meta": "Show metadata", | ||||
|   "shared_link_edit_submit_button": "Update link", | ||||
|   | ||||
| @@ -206,6 +206,13 @@ class SharedLinkEditPage extends HookConsumerWidget { | ||||
|  | ||||
|     Widget buildExpiryAfterButton() { | ||||
|       return DropdownMenu( | ||||
|         label: Text( | ||||
|           "shared_link_edit_expire_after", | ||||
|           style: TextStyle( | ||||
|             fontWeight: FontWeight.bold, | ||||
|             color: themeData.primaryColor, | ||||
|           ), | ||||
|         ).tr(), | ||||
|         enableSearch: false, | ||||
|         enableFilter: false, | ||||
|         width: MediaQuery.of(context).size.width - 40, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user