mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix a typo in ssl dialog
This commit is contained in:
parent
17377fc92d
commit
5e2729ddef
@ -76,6 +76,6 @@ add_subdirectory(src)
|
||||
if(BUILD_OWNCLOUD_OSX_BUNDLE)
|
||||
install( FILES exclude.lst DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/Resources )
|
||||
else()
|
||||
install( FILES exclude.lst DESTINATION ${CMAKE_INSTALL_SYSCONFDIR} )
|
||||
install( FILES exclude.lst DESTINATION /etc )
|
||||
endif()
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Check if you want t continue via SSL and trust the shown certificates.</string>
|
||||
<string>Check if you want to continue via SSL and trust the shown certificates.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user