Mercurial > public > lazybear
diff LazyBear/Views/Search/Helpers/SearchedCompanyItem.swift @ 394:4c90e5b18632
Fixes #46
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Fri, 07 May 2021 11:00:53 +0200 |
parents | 0a4c399170c4 |
children | 5f21f7c23c5e |
line wrap: on
line diff
--- a/LazyBear/Views/Search/Helpers/SearchedCompanyItem.swift Sun May 02 12:41:20 2021 +0200 +++ b/LazyBear/Views/Search/Helpers/SearchedCompanyItem.swift Fri May 07 11:00:53 2021 +0200 @@ -50,7 +50,7 @@ } } .actionSheet(isPresented: $showingActionSheet) { - ActionSheet(title: Text("Your watchlists"), message: Text("Select"), buttons: generateButtons()) + ActionSheet(title: Text("Add to watchlist"), message: Text("Select"), buttons: generateButtons()) } }