mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Fix capitalization
This commit is contained in:
parent
4cd39d0431
commit
a489326fd5
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ void SettingsWindow::setupLoginTab(QFormLayout& layout) {
|
|||
this->core.saveSettings();
|
||||
this->window.reloadControls();
|
||||
});
|
||||
layout.addRow("Use One-time Password", useOneTimePassword);
|
||||
layout.addRow("Use One-Time Password", useOneTimePassword);
|
||||
}
|
||||
|
||||
void SettingsWindow::setupWineTab(QFormLayout& layout) {
|
||||
|
|
Loading…
Add table
Reference in a new issue