Sign in
gerrit
/
gerrit
/
2e6314d195a489a882b2f80fd2f6f9e274482cf1
/
.
/
polygerrit-ui
/
app
/
constants
/
messages.ts
blob: dca1e6108ffcdb10cd325e1339bfca59c7e1d4c6 [
file
] [
log
] [
blame
]
/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/** Message shown when no threads in gr-thread-list for robot comments */
export
const
NO_ROBOT_COMMENTS_THREADS_MSG
=
'There are no findings for this patchset.'
;