Skip to content

Commit 6592d01

Browse files
Release 0.3.3
1 parent efae2a3 commit 6592d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/QuickBloxUIKit/SwiftUIView/Dialogs/DialogListViewModifier/DialogListViewModifier.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ public struct TabIndex: Hashable {
216216
}
217217

218218
public extension TabIndex {
219-
static let dialogs = TabIndex(title: QuickBloxUIKit.settings.theme.string.dialogs,
219+
static let dialogs = TabIndex(title: "Dialogs",
220220
systemIcon: "message.fill")
221-
static let settings = TabIndex(title: QuickBloxUIKit.settings.theme.string.settings,
221+
static let settings = TabIndex(title: "Settings",
222222
systemIcon: "gearshape.fill")
223223
}
224224

0 commit comments

Comments
 (0)